Skip to content

Conversation

@skyash-dev
Copy link

@skyash-dev skyash-dev commented Dec 23, 2025

resolves #1057

fixes several small documentation issues found while going through the p5.js docs and tutorials.

changes

  • fix incorrect height value in conditionals-and-interactivity tutorial.

  • fix "Filter by keyword" input overlapping text.

  • replace loop length with segments and declare move in repeating-with-loops tutorial.

  • all changes are documentation-only and independent.

  • the Google Color Picker link is not fixed yet, it’ll be replaced based on maintainers preference.

@davepagurek
Copy link
Collaborator

Could you share a screenshot of the filter CSS fixes on different sizes of window? Arguably the problem is that the top pane doesn't expand to fit the content, as the content will overflow at some sizes, not the placement of the filter.
image

Also the contributor docs changes need to be created in the p5.js repo instead of here, as the reference content and contributor doc content on this repo get overwritten with changes from the p5.js repo every time we run npm run build:reference and npm run build:contributor-docs.

@skyash-dev skyash-dev force-pushed the docs/multiple-small-fixes branch from 94eb1bb to 50333a9 Compare January 9, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple small documentation issues found while learning p5.js (broken links & code clarity)

2 participants